home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 22 code / PCI Driver Sample / NCR_DriverProject / ! Read Me next >
Encoding:
Text File  |  1995-04-06  |  1.4 KB  |  38 lines  |  [TEXT/ttxt]

  1. Framework NCR Driver
  2.  
  3. This is a device driver ('ndrv') for an NCR 8250s PCI to SCSI
  4. bus hardware interface. It is intended solely as a sample
  5. ndrv, and should not be taken as a model for SCSI or NCR 8250
  6. programming. 
  7.  
  8. Compiles using MPW 3.4A7 (ETO 15) and MetroWerks
  9. Code Warrior 1.2 (GM).
  10.  
  11. Build the sample as follows:
  12.  
  13. 1. Copy the parent of this folder and its subfolders to
  14.    the root of your hard disk.
  15. 2. Using the procedure described in the Framework
  16.    driver parent folder,  create PCICIncludes and
  17.    PCILibraries folders on in the root of the same
  18.    hard disk. Copy the current PCICIncludes and PCI
  19.    Libraries from the DDK to their respective folders.
  20. 3. To build under MPW, copy the UserStartup•PCI file
  21.   from the Framework driver folder to the MPW folder
  22.   inside the Preferences folder in your System Folder.
  23.   MPW should then resolve the library references.
  24. 4. To build under MetroWerks CW5 (1.2), select the
  25.   "Reset File Paths" option from the Project menu.
  26.   If it refuses to link the libraries, remove them from
  27.   the project and re-add them from the PCILibraries
  28.   folder.
  29.  
  30. The test application is built in a similar manner. The
  31. test application is only useful for debugging. and
  32. probably only by the driver's author. The test application
  33. has only been built using MetroWerks. It is not intended
  34. as an extensive test of the driver.
  35.  
  36. Martin Minow
  37. Version 1.0b3. April 5, 1995.
  38.